Skip to content

Upgrade CI actions to Node 24 runtimes - #191

Merged
Taz33m merged 2 commits into
mainfrom
codex/ci-node24-actions
Jul 10, 2026
Merged

Upgrade CI actions to Node 24 runtimes#191
Taz33m merged 2 commits into
mainfrom
codex/ci-node24-actions

Conversation

@Taz33m

@Taz33m Taz33m commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • upgrade actions/checkout from v4 to v5 in all workflows
  • upgrade actions/setup-python from v5 to v6
  • upgrade actions/setup-node from v4 to v5
  • retain every application runtime, cache key, dependency command, test, migration, audit, and Docker step unchanged

Closes #190.

Why

The successful production-hardening merge emitted GitHub annotations because the previous official action majors target the deprecated Node 20 action runtime. These are the smallest official major upgrades backed by Node 24.

Validation

  • all workflow files parse as YAML
  • git diff --check passes
  • all affected GitHub workflows must pass before merge

@Taz33m
Taz33m merged commit b5c3426 into main Jul 10, 2026
5 checks passed
@Taz33m
Taz33m deleted the codex/ci-node24-actions branch July 10, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade CI actions off deprecated Node 20 runtime

1 participant